CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - mingw gcc

搜索资源列表

  1. Kruscal_C++_implement

    0下载:
  2. 1.kruscal_CDT: 在Eclipse里面的CDT和MinGW(提供gcc)的环境下所编写的。 2.kruscal_VC2005: 在VC2005里面编写的。 3.以上两个的代码有点不同,区别主要在于compare函数 4.kruscal算法里面,我有两个不同的实现,一个是最小化堆里面放EdgeNode的指针,一个是最小化堆里面放EdgeNode的Object实例。前者使用了compare函数来比较大小,后者则是在EdgeNode的class里面重载运算符。-1.kru
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:983909
    • 提供者:gfoto
  1. Poisson2

    0下载:
  2. 偏微分方程数值解- 这是矩阵的紧致存储及在紧致存储的矩阵上用共轭梯度(CG)方法解Poisson方程的实现, gcc mingw 3.4.4下通过
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7115
    • 提供者:赵汗青
  1. C-resource

    0下载:
  2. source 为程序源代码文件目录 exe 为可执行文件目录 pics 为所有处理好的图片的目录 需要预先安装MinGW MinGW为Mini Gnu for Windows 里面包含gcc for windows的编译器 将其拷贝值某目录,然后设置环境变量 path x:\\MinGW\\bin 即可通过gcc(g++)命令进行编译
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2436273
    • 提供者:chris
  1. 3

    0下载:
  2. 3号作品是分析WarCraft III游戏的replay文件的命令行工具,可以统计玩家的APM等信息,开发平台是gcc (MinGW),其中使用了crc32和zlib库做replay文件的校验与解密。除了代码质量较高外,能启发思路也是我选入这个作品的原因。-Analysis of work is on the 3rd game of WarCraft III document replay command-line tool, can be Player of the APM and other
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-27
    • 文件大小:97547
    • 提供者:twi
  1. efm_gcc_src

    0下载:
  2. Embedded File Manager for VT100J terminal. Platform independent. Tested with MinGW and arm-elf-g-Embedded File Manager for VT100J terminal. Platform independent. Tested with MinGW and arm-elf-gcc
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-08
    • 文件大小:27816
    • 提供者:Ura
  1. a_string

    0下载:
  2. 包含一个通用泛型字符串模块,在 Window MinGW 以及 Linux GCC 下编译成功。包含 UTF-8、UTF-16 以及 UCS-4 编码互转,a_string<T> 类型以及对 a_string<T> 的输入输出支持。-Generic string module, compiled under the Window MinGW and the Linux GCC successfully. Contains UTF-8, UTF-16 and UCS-4 e
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:21386
    • 提供者:飞絮哀
  1. blowfish

    0下载:
  2. 两个文件实现的 blowfish 加密算法!在 Linux GCC 以及 Windows MinGW 下编译成功。 -Two files to achieve blowfish encryption algorithm! In the Linux GCC, as well as Windows MinGW compiled successfully.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:12332
    • 提供者:飞絮哀
  1. cximageLite_V600

    0下载:
  2. CxImage is a C++ class that can load, save, display, transform images in a very simple and fast way. CxImage is open source and licensed under the zlib license. In a nutshell, this means that you can use the code however you wish, as long as you
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:563314
    • 提供者:tayfun karan
  1. MinGW4.5.2

    0下载:
  2. mingw 4.5.2 完整的编译器 windows下的ming gcc 开发环境-complete mingw 4.5.2 under windows compiler development environment ming g-mingw 4.5.2 完整的编译器 windows下的ming gcc 开发环境-complete mingw 4.5.2 under windows compiler development environment ming gcc
  3. 所属分类:Compiler program

    • 发布日期:2016-01-26
    • 文件大小:11151360
    • 提供者:xzd
  1. MinGWmakeGCC

    0下载:
  2. 研究使用MinGW编译GCC的方法,本人实验过,但不是每台机器都行。-Research using the MinGW compiler GCC, I experimented with, but not every machine.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1088
    • 提供者:czw
  1. MSYS-Update

    0下载:
  2. MSYS是Windows环境上的UNIX工作环境,由www.mingw.org项目所开发,但不易安装; MSYS类似于Cygwin,但是由于编译方式的不同,速度更快、体积更小、功能强大; 使用MSYS可以很方便的取代商业的VC编译器,开发出商业版权的程序而不受版权限制; 我们通过对MSYS和gcc编译重新整理,发布在这里方便中国的用户更容易安装、使用; 默认提供捆绑在一起的C/C++/Fortran编译器,Fortran可以适用于进行科学计算的用户;
  3. 所属分类:OS Develop

    • 发布日期:2017-11-06
    • 文件大小:23679182
    • 提供者:kimikami
  1. qbarcode

    0下载:
  2. qt 写的条码生成器示例代码,用到了gnu的barcode库,用gcc编译,windows下用mingw-qt wrote barcode generator sample code used gnu barcode library, compiled with gcc, windows mingw
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-05
    • 文件大小:82281
    • 提供者:puyz
  1. MinGW

    0下载:
  2. GCC For Win32的编译器,包含有C、FORTRAN 两个编译器,版本3.2.3。-The GCC For Win32 compiler contains C, FORTRAN two compiler, version 3.2.3.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-11
    • 文件大小:6608679
    • 提供者:michael
  1. nurbs++-3.0.11

    0下载:
  2. nurbs++-3.0.11, 经过修改继承关系定义,在MinGW, gcc version 4.6.2下编译通过。
  3. 所属分类:3D图形编程

    • 发布日期:2013-04-13
    • 文件大小:382652
    • 提供者:affe@sina.com
  1. RS-232.tar

    1下载:
  2. RS232串口通信代码,一个封装好的串口通信代码,同时支持window及linux系统,接口清晰,使用便利。-Here you can find code to use the serial port. It has been tested with GCC on Linux and Mingw-w64 on Windows. Handshaking or flowcontrol is not supported. It uses polling to receive charact
  3. 所属分类:Other systems

    • 发布日期:2015-09-26
    • 文件大小:12288
    • 提供者:
  1. MinGW-Installation-And-Configuration

    0下载:
  2. MinGw安装与配置,适合windows下模拟gcc编译器编译C/C++代码-MinGW Installation And Configuration
  3. 所属分类:Project Manage

    • 发布日期:2017-04-01
    • 文件大小:601629
    • 提供者:yw
  1. SetEnv

    0下载:
  2. 自动设置Windows系统中JDK(JAVA)、MinGW(GCC)、NASM三种编译器的系统环境变量。-Automatically sets the Windows system JDK (JAVA), MinGW (GCC), NASM three kinds of compiler system environment variables.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:16296
    • 提供者:whoozit
  1. SetEnv

    0下载:
  2. 设置Windows系统中JDK(JAVA)、MinGW(GCC)、NASM三种编译器的系统环境变量。最终版本:修改上一版的bug;运行即生效,无需重启。本人只会这三种语言,等以后学习别的语言,有必要再修改吧。-Setting Windows system JDK (JAVA), MinGW (GCC), NASM three kinds of compiler system environment variables. final version. I only three languages,
  3. 所属分类:Other windows programs

    • 发布日期:2016-06-30
    • 文件大小:16384
    • 提供者:whoozit
  1. SetEnv

    0下载:
  2. 设置Windows系统中JDK(JAVA)、MinGW(GCC)、NASM三种编译器的系统环境变量。 本程序依据三种编译器安装目录的不同关键字自行区分设置。 复制可执行文件到编译器的安装目录下,右键以管理员身份运行即可。 最终版本:运行即生效,无需重启;已存在与当前目录不同的目录会自动修改。本人只会这三种语言,等以后学习别的语言,有必要再修改吧。-Setting Windows system JDK (JAVA), MinGW (GCC), NASM three kinds of compi
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:15062
    • 提供者:whoozit
  1. GRBL架构的激光雕刻软件

    0下载:
  2. Candle 2 ----------- GRBL and GRBL-Advanced controller application with G-Code visualizer written in Qt. Forked from [denvi/Candle](https://github.com/Denvi/Candle). Supported functions: * Controlling GRBL-based CNC-Machine via console com
  3. 所属分类:电子政务应用

    • 发布日期:2024-04-12
    • 文件大小:458586
    • 提供者:Like
« 1 2»
搜珍网 www.dssz.com